Definition of s4mari:Person
Defined in https://saref.etsi.org/saref4mari/v1.1.1/ as:
⚠ no comment
Description as a Class
- has super-classes
-
foaf:Person
s4mari:Agent - is in domain of
-
s4mari:hasBirthDate
s4mari:hasBirthName
s4mari:hasDeathDate
s4mari:hasFamilyName
s4mari:hasFullName
s4mari:hasGivenName
s4mari:hasPatronymicName
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4mari: <https://saref.etsi.org/saref4mari/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
s4mari:hasAlternativeName rdfs:domain [ a owl:Class ;
owl:unionOf ( s4mari:Organisation s4mari:Person ) ] .
s4mari:hasBirthDate rdfs:domain s4mari:Person .
s4mari:hasBirthName rdfs:domain s4mari:Person .
s4mari:hasDeathDate rdfs:domain s4mari:Person .
s4mari:hasFamilyName rdfs:domain s4mari:Person .
s4mari:hasFullName rdfs:domain s4mari:Person .
s4mari:hasGivenName rdfs:domain s4mari:Person .
s4mari:hasPatronymicName rdfs:domain s4mari:Person .
<https://saref.etsi.org/saref4mari/v1.1.1/> dct:references s4mari:Person ;
dct:subject s4mari:Person .
s4mari:Person a owl:Class ;
rdfs:label "Person"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4mari/v1.1.1/> ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4mari/v1.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4mari/v1.1.1/>,
"https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/Person.html#person" ;
rdfs:subClassOf foaf:Person,
s4mari:Agent ;
skos:hiddenLabel "Person" .