@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix : <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix status: <http://metadataregistry.org/uri/RegStatus/> .
@prefix reg: <http://metadataregistry.org/uri/profile/RegAp/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://rdvocab.info/ElementsGr3> dc:title "RDA Group 3 Elements"@en .

<http://rdvocab.info/ElementsGr3/cataloguersNote> rdfs:isDefinedBy <http://rdvocab.info/ElementsGr3> ;
	reg:status <http://metadataregistry.org/uri/RegStatus/1002> ;
	reg:name "cataloguersNote"@en ;
	rdfs:label "Cataloguer's note"@en ;
	skos:definition "An annotation that might be helpful to those using or revising the authorized access point representing an entity or relationship data, or creating an authorized access point representing a related entity."@en ;
	a :Property ;
	rdfs:domain <http://rdvocab.info/uri/schema/FRBRentitiesRDA/Subject> .

<http://rdvocab.info/ElementsGr3/identifierForTheConcept> rdfs:isDefinedBy <http://rdvocab.info/ElementsGr3> ;
	reg:status <http://metadataregistry.org/uri/RegStatus/1002> ;
	reg:name "identifierForTheConcept"@en ;
	rdfs:label "Identifier for the concept"@en ;
	a :Property ;
	rdfs:domain <http://rdvocab.info/uri/schema/FRBRentitiesRDA/Concept> .

<http://rdvocab.info/ElementsGr3/identifierForTheEvent> rdfs:isDefinedBy <http://rdvocab.info/ElementsGr3> ;
	reg:status <http://metadataregistry.org/uri/RegStatus/1002> ;
	reg:name "identifierForTheEvent"@en ;
	rdfs:label "Identifier for the event"@en ;
	a :Property ;
	rdfs:domain <http://rdvocab.info/uri/schema/FRBRentitiesRDA/Event> .

<http://rdvocab.info/ElementsGr3/identifierForTheObject> rdfs:isDefinedBy <http://rdvocab.info/ElementsGr3> ;
	reg:status <http://metadataregistry.org/uri/RegStatus/1002> ;
	reg:name "identifierForTheObject"@en ;
	rdfs:label "Identifier for the object"@en ;
	a :Property ;
	rdfs:domain <http://rdvocab.info/uri/schema/FRBRentitiesRDA/Object> .

<http://rdvocab.info/ElementsGr3/identifierForThePlace> rdfs:isDefinedBy <http://rdvocab.info/ElementsGr3> ;
	reg:status <http://metadataregistry.org/uri/RegStatus/1002> ;
	reg:name "identifierForThePlace"@en ;
	rdfs:label "Identifier for the place"@en ;
	a :Property ;
	rdfs:domain <http://rdvocab.info/uri/schema/FRBRentitiesRDA/Place> .

<http://rdvocab.info/ElementsGr3/nameOfTheEvent> rdfs:isDefinedBy <http://rdvocab.info/ElementsGr3> ;
	reg:status <http://metadataregistry.org/uri/RegStatus/1002> ;
	reg:name "nameOfTheEvent"@en ;
	rdfs:label "Name of the event"@en ;
	a :Property ;
	rdfs:domain <http://rdvocab.info/uri/schema/FRBRentitiesRDA/Event> ;
	reg:hasSubproperty <http://rdvocab.info/ElementsGr3/preferredNameForTheEvent> , <http://rdvocab.info/ElementsGr3/variantNameForTheEvent> .

<http://rdvocab.info/ElementsGr3/nameOfTheObject> rdfs:isDefinedBy <http://rdvocab.info/ElementsGr3> ;
	reg:status <http://metadataregistry.org/uri/RegStatus/1002> ;
	reg:name "nameOfTheObject"@en ;
	rdfs:label "Name of the object"@en ;
	a :Property ;
	rdfs:domain <http://rdvocab.info/uri/schema/FRBRentitiesRDA/Object> ;
	reg:hasSubproperty <http://rdvocab.info/ElementsGr3/preferredNameForTheObject> , <http://rdvocab.info/ElementsGr3/variantNameForTheObject> .

<http://rdvocab.info/ElementsGr3/nameOfThePlace> rdfs:isDefinedBy <http://rdvocab.info/ElementsGr3> ;
	reg:status <http://metadataregistry.org/uri/RegStatus/1002> ;
	reg:name "nameOfThePlace"@en ;
	rdfs:label "Name of the place"@en ;
	skos:definition "A word, character, or group of words and/or characters by which a place is known."@en ;
	a :Property ;
	rdfs:domain <http://rdvocab.info/uri/schema/FRBRentitiesRDA/Place> ;
	reg:hasSubproperty <http://rdvocab.info/ElementsGr3/variantNameForThePlace> .

<http://rdvocab.info/ElementsGr3/preferredNameForTheEvent> rdfs:isDefinedBy <http://rdvocab.info/ElementsGr3> ;
	reg:status <http://metadataregistry.org/uri/RegStatus/1002> ;
	reg:name "preferredNameForTheEvent"@en ;
	rdfs:label "Preferred name for the event"@en ;
	a :Property ;
	rdfs:subPropertyOf <http://rdvocab.info/ElementsGr3/nameOfTheEvent> ;
	rdfs:domain <http://rdvocab.info/uri/schema/FRBRentitiesRDA/Event> .

<http://rdvocab.info/ElementsGr3/preferredNameForTheObject> rdfs:isDefinedBy <http://rdvocab.info/ElementsGr3> ;
	reg:status <http://metadataregistry.org/uri/RegStatus/1002> ;
	reg:name "preferredNameForTheObject"@en ;
	rdfs:label "Preferred name for the object"@en ;
	a :Property ;
	rdfs:subPropertyOf <http://rdvocab.info/ElementsGr3/nameOfTheObject> ;
	rdfs:domain <http://rdvocab.info/uri/schema/FRBRentitiesRDA/Object> .

<http://rdvocab.info/ElementsGr3/preferredNameForThePlace> rdfs:isDefinedBy <http://rdvocab.info/ElementsGr3> ;
	reg:status <http://metadataregistry.org/uri/RegStatus/1002> ;
	reg:name "preferredNameForThePlace"@en ;
	rdfs:label "Preferred name for the place"@en ;
	skos:definition "The name or form of name chosen to represent a place when a place name is used as the conventional name of a government, etc., or as an addition to the name of a corporate body, a conference, etc., or a work, or when recording a place associated with a person, family, or corporate body."@en ;
	a :Property ;
	rdfs:domain <http://rdvocab.info/uri/schema/FRBRentitiesRDA/Place> .

<http://rdvocab.info/ElementsGr3/preferredTermForTheConcept> rdfs:isDefinedBy <http://rdvocab.info/ElementsGr3> ;
	reg:status <http://metadataregistry.org/uri/RegStatus/1002> ;
	reg:name "preferredTermForTheConcept"@en ;
	rdfs:label "Preferred term for the concept"@en ;
	a :Property ;
	rdfs:subPropertyOf <http://rdvocab.info/ElementsGr3/termForTheConcept> ;
	rdfs:domain <http://rdvocab.info/uri/schema/FRBRentitiesRDA/Concept> .

<http://rdvocab.info/ElementsGr3/sourceConsulted> rdfs:isDefinedBy <http://rdvocab.info/ElementsGr3> ;
	reg:status <http://metadataregistry.org/uri/RegStatus/1002> ;
	reg:name "sourceConsulted"@en ;
	rdfs:label "Source consulted"@en ;
	skos:definition "A resource used in determining the name, title, or other identifying attributes of an entity, or in determining the relationship between entities."@en ;
	a :Property ;
	rdfs:domain <http://rdvocab.info/uri/schema/FRBRentitiesRDA/Subject> .

<http://rdvocab.info/ElementsGr3/statusOfIdentification> rdfs:isDefinedBy <http://rdvocab.info/ElementsGr3> ;
	reg:status <http://metadataregistry.org/uri/RegStatus/1002> ;
	reg:name "statusOfIdentification"@en ;
	rdfs:label "Status of identification"@en ;
	skos:definition "A resource used in determining the name, title, or other identifying attributes of an entity, or in determining the relationship between entities."@en ;
	a :Property ;
	rdfs:domain <http://rdvocab.info/uri/schema/FRBRentitiesRDA/Subject> .

<http://rdvocab.info/ElementsGr3/termForTheConcept> rdfs:isDefinedBy <http://rdvocab.info/ElementsGr3> ;
	reg:status <http://metadataregistry.org/uri/RegStatus/1002> ;
	reg:name "termForTheConcept"@en ;
	rdfs:label "Term for the concept"@en ;
	a :Property ;
	rdfs:domain <http://rdvocab.info/uri/schema/FRBRentitiesRDA/Concept> ;
	reg:hasSubproperty <http://rdvocab.info/ElementsGr3/preferredTermForTheConcept> , <http://rdvocab.info/ElementsGr3/variantTermForTheConcept> .

<http://rdvocab.info/ElementsGr3/variantNameForTheEvent> rdfs:isDefinedBy <http://rdvocab.info/ElementsGr3> ;
	reg:status <http://metadataregistry.org/uri/RegStatus/1002> ;
	reg:name "variantNameForTheEvent"@en ;
	rdfs:label "Variant name for the event"@en ;
	a :Property ;
	rdfs:subPropertyOf <http://rdvocab.info/ElementsGr3/nameOfTheEvent> ;
	rdfs:domain <http://rdvocab.info/uri/schema/FRBRentitiesRDA/Event> .

<http://rdvocab.info/ElementsGr3/variantNameForTheObject> rdfs:isDefinedBy <http://rdvocab.info/ElementsGr3> ;
	reg:status <http://metadataregistry.org/uri/RegStatus/1002> ;
	reg:name "variantNameForTheObject"@en ;
	rdfs:label "Variant name for the object"@en ;
	a :Property ;
	rdfs:subPropertyOf <http://rdvocab.info/ElementsGr3/nameOfTheObject> ;
	rdfs:domain <http://rdvocab.info/uri/schema/FRBRentitiesRDA/Object> .

<http://rdvocab.info/ElementsGr3/variantNameForThePlace> rdfs:isDefinedBy <http://rdvocab.info/ElementsGr3> ;
	reg:status <http://metadataregistry.org/uri/RegStatus/1002> ;
	reg:name "variantNameForThePlace"@en ;
	rdfs:label "Variant name for the place"@en ;
	a :Property ;
	rdfs:subPropertyOf <http://rdvocab.info/ElementsGr3/nameOfThePlace> ;
	rdfs:domain <http://rdvocab.info/uri/schema/FRBRentitiesRDA/Place> .

<http://rdvocab.info/ElementsGr3/variantTermForTheConcept> rdfs:isDefinedBy <http://rdvocab.info/ElementsGr3> ;
	reg:status <http://metadataregistry.org/uri/RegStatus/1002> ;
	reg:name "variantTermForTheConcept"@en ;
	rdfs:label "Variant term for the concept"@en ;
	a :Property ;
	rdfs:subPropertyOf <http://rdvocab.info/ElementsGr3/termForTheConcept> ;
	rdfs:domain <http://rdvocab.info/uri/schema/FRBRentitiesRDA/Concept> .

<http://metadataregistry.org/uri/RegStatus/1002> a skos:Concept ;
	skos:prefLabel "New-Proposed"@en .
