Lecture: 7 Flashcards
1
Q
What is the <> <> <> representation of a graph
A
subject - predicate - person
Bob is a person
——>
2
Q
how to declare a subclass/subproperty
A
C1 rdfs:subClassOf C2
P1 rdfs:subProptetyof P2
3
Q
Defining Property
A
P rdf:type rdf:Property
4
Q
Defining Domain
A
P rdfs:domain C
5
Q
Range
A
P rdfs:range C
6
Q
N triples
website concordia
A
<link…/entity/q334> | P856(website property) | https://www.concordia.ca
7
Q
declare instance of class:
A
Instance rdf:type class
8
Q
Declare class
A
ex:Class_name rdf:type rdfs:Class
9
Q
How to add integer type
A
ex: Joe foaf:age “22”xsd:int
10
Q
use “same as”
A
ex:Student owl:sameAs <link...></link...>
11
Q
A