Beispiel #1
0
 def __init__(self, *args): 
   self.type = self.skos.ConceptScheme
   Node.__init__(self, args) 
Beispiel #2
0
 def __init__(self, *args): 
   self.type = self.schema.ContactPoint
   Node.__init__(self, args) 
Beispiel #3
0
 def __init__(self, *args): 
   self.type = self.dct.Frequency
   Node.__init__(self, args) 
Beispiel #4
0
 def __init__(self, *args):
   self.type = self.dcat.Distribution
   Node.__init__(self, args) 
Beispiel #5
0
 def __init__(self, *args):
     self.type = self.hydra.Operation
     Node.__init__(self, args)
Beispiel #6
0
 def __init__(self, *args): 
   self.type = self.hydra.Class
   Node.__init__(self, args) 
Beispiel #7
0
 def __init__(self, *args):
     self.type = self.schema.CreativeWork
     Node.__init__(self, args)
Beispiel #8
0
 def __init__(self, *args):
     self.type = self.epos.WebService
     Node.__init__(self, args)
Beispiel #9
0
 def __init__(self, *args):
     self.type = self.hydra.IriTemplate
     Node.__init__(self, args)
 def __init__(self, *args):
     self.type = self.dct.RightsStatement
     Node.__init__(self, args)
Beispiel #11
0
 def __init__(self, *args):
     self.type = self.dct.MediaTypeOrExtent
     Node.__init__(self, args)
Beispiel #12
0
 def __init__(self, *args):
     self.type = self.epos.Publication
     Node.__init__(self, args)
Beispiel #13
0
 def __init__(self, *args): 
   self.type = self.vcard.Kind
   Node.__init__(self, args) 
Beispiel #14
0
 def __init__(self, *args):
     self.type = self.foaf.Project
     Node.__init__(self, args)
Beispiel #15
0
 def __init__(self, *args): 
   self.type = self.dcat.Dataset
   Node.__init__(self, args)
Beispiel #16
0
 def __init__(self, *args):
     self.type = self.dct.Standard
     Node.__init__(self, args)
Beispiel #17
0
 def __init__(self, *args):
     self.type = self.dcat.CatalogRecord
     Node.__init__(self, args)
Beispiel #18
0
 def __init__(self, *args):
     self.type = self.schema.Organization
     Node.__init__(self, args)
Beispiel #19
0
 def __init__(self, *args): 
   self.type = self.schema.PropertyValue
   Node.__init__(self, args) 
 def __init__(self, *args):
     self.type = self.dct.LinguisticSystem
     Node.__init__(self, args)
Beispiel #21
0
 def __init__(self, *args):
     self.type = self.spdx.Checksum
     Node.__init__(self, args)
 def __init__(self, *args):
     self.type = self.dct.LicenseDocument
     Node.__init__(self, args)
 def __init__(self, *args):
     self.type = self.dct.ProvenanceStatement
     Node.__init__(self, args)
Beispiel #24
0
 def __init__(self, *args):
     self.type = self.foaf.Agent
     Node.__init__(self, args)
Beispiel #25
0
 def __init__(self, *args):
     self.type = self.schema.SoftwareApplication
     Node.__init__(self, args)
Beispiel #26
0
 def __init__(self, *args): 
   self.type = self.dct.Location
   Node.__init__(self, args) 
Beispiel #27
0
 def __init__(self, *args):
     self.type = self.dct.RDFSLiteral
     Node.__init__(self, args)
Beispiel #28
0
 def __init__(self, *args):
     self.type = self.epos.Equipment
     Node.__init__(self, args)
Beispiel #29
0
 def __init__(self, identifier, dictionary):
     Node.__init__(self, identifier, dictionary)
     self.type = self.schema.SoftwareSourceCode
Beispiel #30
0
 def __init__(self, *args):
     self.type = self.dct.PeriodOfTime
     Node.__init__(self, args)