Please enable JavaScript.
Coggle requires JavaScript to display documents.
Semantic Web (Concepts (Vocabulary, Taxonomy, Ontology, Reasoning, ....),…
Semantic Web
Concepts
Vocabulary
Taxonomy
Ontology
Reasoning
....
1) Resource Description Framework (RDF)
RDF assertions, assessments or triplets
Graph representation
nodes
edges
serialisation
rdf/xml
turtle
N-triples
RDF Schema
:check:
Ontology Web Language (OWL)
Classes
Membership
intersectionOf
unionOf
complementOf
disjointWith
owl:Class
rdf:type
equivalentClass
Individuals
Properties
Object
Data
domain and range
types of properties
inverse
functional
inverse functional
transitive
symmetric
asymmetric
reflexive
irreflexive
Cardinality
equivalentProperty
Semantic Web Technologies
7)
https://pypi.org/project/Owlready/
6)
https://jena.apache.org
5) RDF Stores
2) SWRL
https://www.w3.org/Submission/SWRL/
https://www.w3.org/TR/owl2-profiles/#Reasoning_in_OWL_2_RL_and_RDF_Graphs_using_Rules
4) Inference and Reasoning
https://en.wikipedia.org/wiki/Semantic_reasoner
3) SPARQL
https://www.w3.org/TR/sparql11-query/