@prefix ms: <http://w3id.org/meta-share/meta-share/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ms:accessControlsAuthenticationMechanisms
  skos:prefLabel "Access controls and authentication mechanisms"@en ;
  skos:definition "Methods that restrict access to a resource such as the authentication of the user (identity validation)"@en ;
  skos:broadMatch <https://w3id.org/dpv#AccessControlMethod>, <https://w3id.org/dpv#AuthenticationProtocols> ;
  a owl:NamedIndividual, <https://w3id.org/dpv#TechnicalOrganisationalMeasure>, skos:Concept ;
  skos:inScheme ms:TechnicalOrganisationalMeasureTaxonomy ;
  rdfs:label "access controls and authentication mechanisms"@en ;
  skos:topConceptOf ms:TechnicalOrganisationalMeasureTaxonomy .

<https://w3id.org/dpv#TechnicalOrganisationalMeasure>
  rdfs:label "Technical and Organisational Measure"@en ;
  a owl:NamedIndividual, owl:Class, skos:Concept .

skos:Concept a owl:Class .
owl:NamedIndividual
  rdfs:label "Named individual"@en ;
  a owl:Class .

ms:TechnicalOrganisationalMeasureTaxonomy
  rdfs:label "Technical and Organisational Measure Taxonomy"@en ;
  skos:prefLabel "Technical and Organisational Measure Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme ;
  skos:hasTopConcept ms:accessControlsAuthenticationMechanisms .

