@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix trialregs: <https://w3id.org/zpid/vocabs/trialregs/> .
@prefix ns0: <https://schema.org/> .
@prefix ns1: <http://www.w3.org/ns/shacl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://schema.org/mainEntityOfPage> rdfs:label "Website/URL"@de, "Website/URL"@en .
<https://schema.org/alternateName> rdfs:label "Kurzname"@de, "short name"@en .
<http://www.w3.org/ns/shacl#pattern> rdfs:label "REGEX-Muster"@de, "regex pattern"@en .
trialregs:isrctn
  ns0:sameAs <https://api.crossref.org/works/10.18810/isrctn.xml>, <https://doi.org/10.18810/isrctn> ;
  ns0:mainEntityOfPage <http://www.isrctn.com/> ;
  ns0:alternateName "ISRCTN"@en ;
  ns1:pattern "isrctn\\\\d+"@en ;
  dc:created "2015-10-13"^^xsd:date ;
  skos:exactMatch <https://doi.org/10.18810/isrctn> ;
  skos:altLabel "International Standard Randomised Controlled Trial Number Register"@en ;
  skos:notation "304" ;
  skos:topConceptOf trialregs: ;
  skos:inScheme trialregs: ;
  skos:prefLabel "ISRCTN.org"@en ;
  a skos:Concept .

trialregs:allRegistriesCollection
  skos:prefLabel "Alle Register"@de, "All registries"@en ;
  a skos:Collection ;
  skos:member trialregs:isrctn .

trialregs:
  skos:prefLabel "CrossRef clinical trials registries"@en, "Crossref-Studienregister-Liste"@de ;
  a skos:ConceptScheme ;
  skos:hasTopConcept trialregs:isrctn .

